google.golang.org/protobuf/internal/impl.pointer.Uint32Slice (method)

13 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1526: 	s := *p.Uint32Slice()
		codec_gen.go#L1535: 	s := *p.Uint32Slice()
		codec_gen.go#L1545: 	sp := p.Uint32Slice()
		codec_gen.go#L1605: 	s := *p.Uint32Slice()
		codec_gen.go#L1618: 	s := *p.Uint32Slice()
		codec_gen.go#L3445: 	s := *p.Uint32Slice()
		codec_gen.go#L3452: 	s := *p.Uint32Slice()
		codec_gen.go#L3462: 	sp := p.Uint32Slice()
		codec_gen.go#L3502: 	s := *p.Uint32Slice()
		codec_gen.go#L3512: 	s := *p.Uint32Slice()
		merge_gen.go#L81: 	ds := dst.Uint32Slice()
		merge_gen.go#L82: 	ss := src.Uint32Slice()
		pointer_unsafe.go#L99: func (p pointer) Uint32Slice() *[]uint32                { return (*[]uint32)(p.p) }